<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.introduceBanner{
  width: 100%;
  height: 300px;
  margin-top: 10px;
  background: url(../img/introduce/banner.png) no-repeat center;
}
.introduceBanner:before {
    content: 'ABOUT AEROHUNTER ELECTRONIC';
    color: white;
    font-size: 40px;
    width: 1130px;
    display: block;
    text-align: center;
    line-height: 216px;
    position: absolute;
}
.introduceBanner:after {
    content: 'äº†è§£çŒŽèˆª';
    color: white;
    font-size: 40px;
    width: 1130px;
    display: block;
    text-align: center;
    line-height: 378px;
    position: absolute;
}

.companyIntroduction{
  height: 50px;
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-top: 10px;
}
.companyIntroduction .lineLeft{
  height: 2px;
  width: 100px;
  left: 385px;
  top: 25px;
  background-color: #1c4fa2;
  display: inline-block;
  position: absolute;
}
.companyIntroduction span{
  font-size: 24px;
  color: #1c4fa2;
  line-height: 50px;
  display: inline-block;
  position: absolute;
  left: 544px;
}
.companyIntroduction .lineRight{
  position: absolute;
  height: 2px;
  width: 100px;
  background-color: #1c4fa2;
  top: 25px;
  right: 385px;
  display: inline-block;
}
.survey{
  height: 332px;
  width: 100%;
  margin-top: 10px;
  background: url(../img/introduce/survey.png) no-repeat center;
}
.survey:before {
    content: 'å…¬å¸æ¦‚å†µ';
    color: white;
    font-size: 40px;
    width: 1180px;
    display: block;
    text-align: center;
    line-height: 216px;
    position: absolute;
}
.survey:after {
    content: 'è‡´åŠ›äºŽæ—&nbsp;äººæœºã€é›·è¾¾ã€é€šä¿¡è¾å°„æºå®šä½ä¸Žè·Ÿè¸ªã€è¯†åˆ«ã€æµ‹é‡ã€æ¨¡æ‹Ÿç­‰é¢†åŸŸï¼Œæ˜¯é›†ç&nbsp;”ç©¶ã€é›†æˆã€å¼€å‘ä¸Žæµ‹è¯•ä¸€ä½“çš„é«˜æ–°æŠ€æœ¯æ°‘è¥ä¼ä¸šã€‚';
    color: white;
    font-size: 26px;
    width: calc(1180px - 400px);
    display: block;
    text-align: center;
    position: absolute;
    height: 330px;
    margin-left: 200px;
    margin-top: 150px;
}


.companyProfile{
  height: 750px;
  width: 100%;
  background-color: #ffffff;
}
.companyProfile .details{
  padding:0px 160px 0px 156px;
  height: 750px;
  max-width: 1180px;
  color: #1c4fa2;
}

.companyProfile .details p:first-child,
{
  color: #1c4fa2;
  text-align: center;
  font-size: 36px;
  display: block;
  padding: 50px 0px 0px 0px ;
  margin: 0;
}

/*
.companyProfile .details p:nth-child(2),
{
  font-size: 18px;
  font-weight: 700;
  color: #1c4fa2;
  text-align: left;
  margin-bottom: 10px;
  line-height: 44px;
}
.companyProfile .details p.lastP{
  font-size: 18px;
  font-weight: 700;
  color: #1c4fa2;
  text-align: left;
  margin-bottom: 10px;
  line-height: 44px;
  margin: 0;
}
*/

.companyProfile .details .detailsImg{
  margin-top: 28px;
  height: 110px;
  width: 100%;
  float: left;
}
.companyProfile .details .detailsImg img{
  float: left;
  margin-right: 48px;
}
.companyProfile .details .detailsImg img:last-child{
  margin: 0;
}




</pre></body></html>